JavaScript

{dialog.object}panelWidth Method

Syntax

{dialog.object}.panelWidth(UXPanelName);

Arguments

UXPanelName

The name of the Panel.

Description

Returns the width of the Panel body in pixels.

Example

var width = {dialog.object}.panelWidth('MYPANEL');